CacheImage property

Returns/Sets if the disc image should be cached prior to writing. If caching is turned on, the image will be created in the temporary directory first, and then the image will be written to the disc from the temporary file. If writing from a network location, or including many smaller files (under 1K) in the ISO/Joliet image, or using a slower system, this setting is recommended to avoid drive under-run writing errors. For audio CDs, all audio tracks are cached prior to any writing occurring. Using caching for CDs can result in usage of up to 800MB of temporary hard drive space.

Property type

A Boolean value.

Syntax

object.CacheImage [= value]

The CacheImage property syntax has these parts:

Part Description
object An expression evaluating to an object of type CDWriterPro.
value A Boolean value.